[INFO] cloning repository https://github.com/MINTILER-DEV/RUXEON
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MINTILER-DEV/RUXEON" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMINTILER-DEV%2FRUXEON", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMINTILER-DEV%2FRUXEON'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d19f7d0276603f4ff73f06ec71795206a9f4fe46
[INFO] testing MINTILER-DEV/RUXEON against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMINTILER-DEV%2FRUXEON" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MINTILER-DEV/RUXEON
[INFO] finished tweaking git repo https://github.com/MINTILER-DEV/RUXEON
[INFO] tweaked toml for git repo https://github.com/MINTILER-DEV/RUXEON written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MINTILER-DEV/RUXEON on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MINTILER-DEV/RUXEON already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3ebd6c8365bea4567315b75eb477d1d0440784594340e2866820d58ae3f7275e
[INFO] running `Command { std: "docker" "start" "-a" "3ebd6c8365bea4567315b75eb477d1d0440784594340e2866820d58ae3f7275e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ebd6c8365bea4567315b75eb477d1d0440784594340e2866820d58ae3f7275e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ebd6c8365bea4567315b75eb477d1d0440784594340e2866820d58ae3f7275e", kill_on_drop: false }`
[INFO] [stdout] 3ebd6c8365bea4567315b75eb477d1d0440784594340e2866820d58ae3f7275e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 120972edfa40c7ca82a96a3e7472ca6f1962ede4ae0a49acd8186f3c9d102276
[INFO] running `Command { std: "docker" "start" "-a" "120972edfa40c7ca82a96a3e7472ca6f1962ede4ae0a49acd8186f3c9d102276", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling iced-x86 v1.21.0
[INFO] [stderr]    Compiling ruxeon-ir v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-ir)
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling ruxeon-ldso v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-ldso)
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling ruxeon-host v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-host)
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ruxeon-core v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-core)
[INFO] [stderr]    Compiling ruxeon-fs v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-fs)
[INFO] [stderr]    Compiling ruxeon-elf v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-elf)
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling ruxeon-cpu v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-cpu)
[INFO] [stderr]    Compiling ruxeon-linux v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-linux)
[INFO] [stderr]    Compiling ruxeon-tests v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-tests)
[INFO] [stderr]    Compiling ruxeon-cli v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.40s
[INFO] running `Command { std: "docker" "inspect" "120972edfa40c7ca82a96a3e7472ca6f1962ede4ae0a49acd8186f3c9d102276", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "120972edfa40c7ca82a96a3e7472ca6f1962ede4ae0a49acd8186f3c9d102276", kill_on_drop: false }`
[INFO] [stdout] 120972edfa40c7ca82a96a3e7472ca6f1962ede4ae0a49acd8186f3c9d102276
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1cd83e6c56003e0aba4922c39ddf89d61f20595017ecd8c75db17b3e8b944951
[INFO] running `Command { std: "docker" "start" "-a" "1cd83e6c56003e0aba4922c39ddf89d61f20595017ecd8c75db17b3e8b944951", kill_on_drop: false }`
[INFO] [stderr]    Compiling ruxeon-core v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-core)
[INFO] [stderr]    Compiling ruxeon-cpu v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-cpu)
[INFO] [stderr]    Compiling ruxeon-host v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-host)
[INFO] [stderr]    Compiling ruxeon-linux v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-linux)
[INFO] [stderr]    Compiling ruxeon-elf v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-elf)
[INFO] [stderr]    Compiling ruxeon-fs v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-fs)
[INFO] [stderr]    Compiling ruxeon-tests v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-tests)
[INFO] [stderr]    Compiling ruxeon-cli v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-cli)
[INFO] [stderr]    Compiling ruxeon-ir v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-ir)
[INFO] [stderr]    Compiling ruxeon-ldso v0.1.0 (/opt/rustwide/workdir/crates/ruxeon-ldso)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.91s
[INFO] running `Command { std: "docker" "inspect" "1cd83e6c56003e0aba4922c39ddf89d61f20595017ecd8c75db17b3e8b944951", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1cd83e6c56003e0aba4922c39ddf89d61f20595017ecd8c75db17b3e8b944951", kill_on_drop: false }`
[INFO] [stdout] 1cd83e6c56003e0aba4922c39ddf89d61f20595017ecd8c75db17b3e8b944951
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2d2f152c192ccf3e594037a29048f09c1a7ed78d337066b73ffdce3750edfad1
[INFO] running `Command { std: "docker" "start" "-a" "2d2f152c192ccf3e594037a29048f09c1a7ed78d337066b73ffdce3750edfad1", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ruxeon-edfe388b0a10250b)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ruxeon_core-b202f7e9754b3901)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test memory::tests::maps_reads_and_writes_memory ... ok
[INFO] [stdout] test memory::tests::unmaps_exact_region ... ok
[INFO] [stdout] test memory::tests::rejects_overlapping_regions ... ok
[INFO] [stdout] test memory::tests::protect_splits_region_without_overprotecting_neighbors ... ok
[INFO] [stdout] test memory::tests::enforces_write_permissions ... ok
[INFO] [stdout] test memory::tests::unmap_range_splits_regions_around_removed_pages ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ruxeon_cpu-f9e85dbffc54f57f)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test interpreter::tests::pslldq_shifts_the_full_register_by_bytes ... ok
[INFO] [stdout] test interpreter::tests::psubb_wraps_each_byte_lane ... ok
[INFO] [stdout] test interpreter::tests::records_trace ... ok
[INFO] [stdout] test interpreter::tests::executes_call_ret_and_conditional_branch ... ok
[INFO] [stdout] test interpreter::tests::movlpd_updates_only_the_low_qword ... ok
[INFO] [stdout] test interpreter::tests::cached_blocks_are_reused_by_rip ... ok
[INFO] [stdout] test interpreter::tests::movsd_scalar_does_not_run_string_move_path ... ok
[INFO] [stdout] test interpreter::tests::bts_sets_the_selected_bit_and_cf ... ok
[INFO] [stdout] test interpreter::tests::executes_integer_ops_until_exit_syscall ... ok
[INFO] [stdout] test interpreter::tests::writes_to_executable_memory_invalidate_cached_blocks ... ok
[INFO] [stdout] test interpreter::tests::repne_scasb_consumes_rcx_until_null_match ... ok
[INFO] [stdout] test interpreter::tests::xadd_swaps_source_and_writes_sum ... ok
[INFO] [stdout] test interpreter::tests::executes_memory_operands_with_sib ... ok
[INFO] [stdout] test interpreter::tests::repe_cmpsb_stops_after_first_mismatch ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ruxeon_elf-a7062d5244f94096)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test elf::tests::parses_interp_and_dynamic_entries ... ok
[INFO] [stdout] test elf::tests::parses_minimal_elf_header_and_program_header ... ok
[INFO] [stdout] test loader::tests::loads_pt_load_segment_and_stack ... ok
[INFO] [stdout] test elf::tests::rejects_non_x86_64_elf ... ok
[INFO] [stdout] test loader::tests::loads_dynamic_program_with_interpreter_entry_and_auxv ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ruxeon_fs-117a89ccdf556f50)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::normalizes_guest_paths_without_escaping_root ... ok
[INFO] [stdout] test tests::resolves_symlink_targets_into_virtual_files ... ok
[INFO] [stdout] test tests::resolves_relative_symlink_targets_inside_rootfs ... ok
[INFO] [stdout] test tests::resolves_virtual_linux_files ... ok
[INFO] [stdout] test tests::rejects_windows_prefixes ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::rejects_windows_prefixes stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::rejects_windows_prefixes' (47) panicked at crates/ruxeon-fs/src/lib.rs:428:44:
[INFO] [stdout] called `Result::unwrap_err()` on an `Ok` value: GuestPath { raw: "/C:/Windows" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6123cf9b2e98 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6123cf9b2e98 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6123cf9b2e98 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6123cf9b2e98 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6123cf9c6e9a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6123cf9c6e9a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x6123cf9b7762 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6123cf9b7762 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x6123cf990536 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6123cf990536 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6123cf9aa909 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6123cf9457ac - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x6123cf9457ac - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6123cf9aaac2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x6123cf9aaac2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6123cf9905f2 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6123cf9856e9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6123cf9913cd - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6123cf9c758c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6123cf9c7362 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x6123cf92d01f - <core[28b146924c2f19c6]::result::Result<ruxeon_fs[92318ad940a79e22]::GuestPath, ruxeon_fs[92318ad940a79e22]::FsError>>::unwrap_err
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1329:22
[INFO] [stdout]   21:     0x6123cf92da2b - ruxeon_fs[92318ad940a79e22]::tests::rejects_windows_prefixes
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/ruxeon-fs/src/lib.rs:428:44
[INFO] [stdout]   22:     0x6123cf92cc07 - ruxeon_fs[92318ad940a79e22]::tests::rejects_windows_prefixes::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/ruxeon-fs/src/lib.rs:426:34
[INFO] [stdout]   23:     0x6123cf932006 - <ruxeon_fs[92318ad940a79e22]::tests::rejects_windows_prefixes::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6123cf93888b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6123cf93888b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x6123cf946105 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x6123cf946105 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x6123cf946105 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x6123cf946105 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x6123cf946105 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6123cf946105 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x6123cf946105 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x6123cf940c64 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x6123cf940c64 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x6123cf949182 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x6123cf949182 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x6123cf949182 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6123cf949182 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x6123cf949182 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6123cf949182 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x6123cf949182 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6123cf9b262f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x6123cf9b262f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x72fc93c63aa4 - <unknown>
[INFO] [stdout]   45:     0x72fc93cf0a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::rejects_windows_prefixes
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p ruxeon-fs --lib`
[INFO] running `Command { std: "docker" "inspect" "2d2f152c192ccf3e594037a29048f09c1a7ed78d337066b73ffdce3750edfad1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d2f152c192ccf3e594037a29048f09c1a7ed78d337066b73ffdce3750edfad1", kill_on_drop: false }`
[INFO] [stdout] 2d2f152c192ccf3e594037a29048f09c1a7ed78d337066b73ffdce3750edfad1
